Uses of Interface
com.cisco.pt.LTV
Packages that use LTV
Package
Description
This framework also includes the capability to connect to Packet Tracer using the Multiuser feature.
-
Uses of LTV in com.cisco.pt.impl
Classes in com.cisco.pt.impl that implement LTVModifier and TypeClassDescriptionclassEncapsulates authentication challenge PTMP messageclassEncapsulates authentication request PTMP messageclassclassEncapsulates authentication response PTMP messageclassEncapsulates disconnect PTMP messageclassEncapsulates IPC response PTMP messageclassEncapsulates IPC event PTMP messageclassEncapsulates message to subscribe to IPC Event notificationclassEncapsulates IPC Message PTMP messageclassEncapsulates IPC response PTMP messageclassEncapsulates keep alive PTMP messageclassBase class for allLTVimplemenationsMethods in com.cisco.pt.impl that return LTVModifier and TypeMethodDescriptionstatic LTVLTVFactory.createLTV(EncodedBuffer encBuffer) Parses incoming messages and createsLTVbased on type -
Uses of LTV in com.cisco.pt.mu
Classes in com.cisco.pt.mu that implement LTVModifier and TypeClassDescriptionclassThis is a name update message from PT.classThis is a name update message from PT.classThis is a name update message from PT.classThis is a name update message from PT.classBase class for all Multi User MessagesclassThis is a name update message from PT.classThis is the first message sent by the MU protocol.classThis is a PDU message from PT.classThis is a port advertisement message from PT.classThis is a save network request message from PT.classThis is a save network request message from PT.Methods in com.cisco.pt.mu that return LTVMethods in com.cisco.pt.mu with parameters of type LTVModifier and TypeMethodDescriptionvoidMUSessionImpl.handleEvent(LTV event) voidMUSessionImpl.handleKeepAlive(LTV msg) voidvoidMUSessionImpl.handleMuMessage(LTV msg) void -
Uses of LTV in com.cisco.pt.ptmp
Methods in com.cisco.pt.ptmp that return LTVModifier and TypeMethodDescriptionPacketTracerReadWorker.getResponse(LTV ltv) Blocks the current Thread until a response message for ltv is received from Packet TracerPipeline.read()Retrieves the data from the connection, executes the @seeFilter.in(byte[])method of each filter on the pipeline and finally constructs a @see com.cisco.pt.LTVPasses off the tlv to the pipeline and waits for a responseMethods in com.cisco.pt.ptmp with parameters of type LTVModifier and TypeMethodDescriptionPacketTracerReadWorker.getResponse(LTV ltv) Blocks the current Thread until a response message for ltv is received from Packet TracervoidPacketTracerSession.handleEvent(LTV event) Handles an IPC event that was read off the pipelinevoidPacketTracerSession.handleKeepAlive(LTV msg) Handler for receiving KeepAliveLTVs.voidPasses non return value LTVs to the LTVNotifier if it exists.voidPacketTracerSession.handleMuMessage(LTV msg) Handles Multiuser messagesvoidvoidPacketTracerReadWorker.registerRequest(LTV ltv) Creates an entry that will be matched with any response to the ltv from Packet TracervoidPasses off the tlv to the pipeline and does not wait for a responsevoidExecutes the @seeFilter.out(byte[])method of each filter on the pipeline and sends the resulting data to the connectionPasses off the tlv to the pipeline and waits for a response -
Uses of LTV in com.cisco.pt.ptmp.impl
Fields in com.cisco.pt.ptmp.impl with type parameters of type LTVMethods in com.cisco.pt.ptmp.impl that return LTVModifier and TypeMethodDescriptionPacketTracerReadWorkerImpl.getResponse(LTV ltv) PipelineImpl.read()Methods in com.cisco.pt.ptmp.impl with parameters of type LTVModifier and TypeMethodDescriptionprotected voidPacketTracerReadWorkerImpl.discardUnknownMessage(LTV ltv) Note a read message that's neither a response nor an event.protected voidPacketTracerReadWorkerImpl.discardUnmatchedResponse(LTV ltv) Note a response message that had no matching requester.PacketTracerReadWorkerImpl.getResponse(LTV ltv) voidPacketTracerSessionImpl.handleEvent(LTV event) voidPacketTracerSessionImpl.handleKeepAlive(LTV msg) voidvoidPacketTracerSessionImpl.handleMuMessage(LTV msg) protected voidPacketTracerReadWorkerImpl.readKeepAlive(LTV ltv) voidPacketTracerReadWorkerImpl.registerRequest(LTV ltv) voidvoid